home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / cgi-bin / cgi.cgi next >
Text File  |  2004-04-13  |  78b  |  6 lines

  1. #!\xampp\perl\bin\perl.exe
  2.  
  3. print "Content-Type: text/html\n\n";
  4.  
  5. print "OK";
  6.